home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2002 February / pcpro0202.iso / demos / poser pro / Flash / hand / interactiveHAND.swf / scripts / DefineButton2_104 / BUTTONCONDACTION on(rollOver, keyPress k).as < prev   
Encoding:
Text File  |  2001-01-13  |  95 b   |  5 lines

  1. on(rollOver, keyPress "k"){
  2.    targetFrame = 7;
  3.    _root.mc_sounds2.gotoAndPlay("fire");
  4. }
  5.